home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2005 August / Sky at Night 3.iso / mac / soft.dir / 00088_Script_install3 < prev    next >
Text File  |  2005-06-23  |  458b  |  10 lines

  1. on mouseup me
  2.   alert "AstroPlanner cannot be installed directly from the CD. To install the program, open the appropriate folder (OSX or Windows) and read the text file within for further instructions"
  3.   if the platform contains "Mac" then
  4.     baopenfile ( the moviePath&"software:AstroPlanner:Software", "normal" )    
  5.     moveToBack (the Stage)
  6.   else
  7.     baopenfile ( the moviePath&"software\AstroPlanner\Software", "normal" )
  8.   end if 
  9.   
  10. end